net/http.http2StreamError.StreamID (field)

16 uses

	net/http (current package)
		h2_bundle.go#L1401: 	StreamID uint32
		h2_bundle.go#L1412: 	return http2StreamError{StreamID: id, Code: code}
		h2_bundle.go#L1417: 		return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
		h2_bundle.go#L1419: 	return fmt.Sprintf("stream error: stream ID %d; %v", e.StreamID, e.Code)
		h2_bundle.go#L5452: 			if st, ok := sc.streams[v.StreamID]; ok {
		h2_bundle.go#L5573: 	if st, ok := sc.streams[se.StreamID]; ok {
		h2_bundle.go#L6061: 		StreamID: st.id,
		h2_bundle.go#L9941: 			if cs := rl.streamByID(se.StreamID, http2notHeaderOrDataFrame); cs != nil {
		h2_bundle.go#L10005: 			StreamID: f.StreamID,
		h2_bundle.go#L10034: 			StreamID: f.StreamID,
		h2_bundle.go#L10362: 			StreamID: f.StreamID,
		h2_bundle.go#L10370: 			StreamID: f.StreamID,
		h2_bundle.go#L10379: 				StreamID: f.StreamID,
		h2_bundle.go#L10626: 				StreamID: f.StreamID,
		h2_bundle.go#L11112: 	return ctx.Framer().WriteRSTStream(se.StreamID, se.Code)
		h2_bundle.go#L11434: 			return se.StreamID